Rdocumentation
powered by
Learn R Programming
pubprint (version 0.2.1)
push<-: Adds another item to an object
Description
push<-
is a generic function and is used to put another item to a stack or pipe.
Usage
push(x, ...) <- value
Arguments
x
an object used to select a method.
...
further arguments passed to or from other methods.
value
an item pushed to
x
.
Value
The updated object.
Details
There is no default function, so you have to see a specific
push<-
function for further information.